body, button, input, select, textarea {
    font: 12px/1 "Microsoft Yahei", "微软雅黑", sans-serif;
}

body {
    min-width: 1200px;
    overflow-x:hidden;
}

body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr {
    margin: 0;
    padding: 0;
}

h1 {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #474545;
}

h3 {
    font-weight: normal;
    font-size: 12px;
    color: #746969;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a {
    text-decoration: none;
    color: inherit;
}

p {
    line-height: 22px;
}

a img, iframe {
    border: none;
}

a:link {
    color: inherit;
}

:focus {
    outline: 0;
}

/*img{ vertical-align:top;}*/
ol, ul {
    list-style: none;
}

input, textarea, select, button {
    font-weight: inherit;
    font-size: inherit;
    *font-size: 100%;
    font-family: inherit;
}

/* == clearfix == */
.clearfix:after {
    display: block;
    height: 0;
    clear: both;
    content: "\200B";
}

.clearfix {
    *zoom: 1;
}

/*IE/7/6*/
.f_left {
    float: left;
}

.dim {
    background-color: gray;
    opacity: .4;
}

.hidden {
    display: none !important;
}

/* == 以上 reset Css == */

/**************** 全局公用样式 ****************/
/*body.on {margin-left:-378px;}*/
.g-wrap {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 100%;
    overflow: hidden;
}

#header {
    position: relative;
    z-index: 5;
    height: 121px;
    background-color: #eef2f5;
    min-width: 1200px
}

#header .g-wrap{
    overflow: initial;
}

#logo {
    margin: 14px 0;
    display: inline-block;
    height: 93px;
    text-align: center;
    width: 210px;
}
#logo img{
    height: 100%;
}

#nav {
    display: flex;
    align-items: center;
    width: calc(100% - 210px);
    position: absolute;
    left: 210px;
    height: 100%;
    top: 0;
}

#nav > li {
    height: 100%;
    -webkit-transition: background-color 700ms;
    transition: background-color 700ms;
    position: relative;
    flex: 1;
}

#nav > li > a {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 121px;
    text-align: center;
    color: #232323;
    -webkit-transition: color 200ms;
    transition: color 200ms;
    white-space: nowrap;
}
#nav > li > a.on,
#nav > li > a:hover {
    color: #fff;
}

#nav > li > a span {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

#nav > li > a .bkg {
    top: 100%;
    z-index: 1;
    background-color: #0050a3;
    -webkit-transition: top 200ms;
    transition: top 200ms;
    display: none;
}

#nav > li > a:hover .bkg ,#nav > li > a.on .bkg {
    top: 0;
    display: block;
}
.subNav {
    height: 61px;
    position: absolute;
    padding-left: 20px;
    display: none;
    top: 121px;
    width: 1300px;
    background: #0050a3;
    left: 0;
}
.subNav li {
    float: left;
    padding: 0 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 61px;
    color: #ffffff;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}
.subNav li a{
    margin-right: 10px;
}
/*#sub_01{left:0;}*/
/*#sub_02{left:0;}*/
/*#sub_03{left:0;}*/
/*#sub_04{left:0;}*/
/*#sub_05{right:0;}*/
/*#sub_06{right:0;}*/
/*#sub_07{right:0;}*/
/*#sub_08{right:0;}*/




#footer {
    height: 251px;
    background: #3c3c3c;
    position: relative;
    min-width: 1200px
}

#footer .container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

#footer .container ul {
    width: 1200px;
    margin: 45px auto 35px;
    overflow: hidden;
}

#footer .container ul li {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    text-align: center
}

#footer .container ul li.n1, #footer .container ul li.n2, #footer .container ul li.n6, #footer .container ul li.n7, #footer .container ul li.n8 {
    width: 139px;
}

#footer .container ul li.n3, #footer .container ul li.n4 {
    width: 163px;
}

#footer .container ul li.n5 {
    width: 179px;
}

#footer .container ul li a {
    color: #fff;
    font-size: 16px
}

#footer .container ul li a:hover {
    color: #fff;
    text-decoration: underline
}

#footer .company-qr {
    float: left;
    width: 102px;
    margin-left: 94px;
}

#footer .company-qr img {
    width: 102px;
}

#footer .bottom-info {
    float: left;
    margin-left: 94px;
    width: 614px;
    height: 102px;
    display: table
}

#footer .bottom-info .copyrights {
    display: table-cell;
    height: 20px;
    vertical-align: middle;
}

#footer .bottom-info .copyrights .detaile {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}

#footer .bottom-info .copyrights .detaile span {
    margin: 0px;
}

#footer .bottom-info .copyrights .detaile span a：hover {
    text-decoration: underline
}

#footer .bottom-info .copyrights .detaile span.right {
    float: right
}

#footer .bottom-info .copyrights .detaile span.line a {
    margin: 0px;
}

#footer .bottom-info .copyrights .detaile span.s2 {
    margin-left: 77px;
}

.paginations {
    text-align: center;
    padding: 10px 0 30px;
}

.paginations .page-numbers {
    font-size: 14px;
    height: 32px;
    min-width: 20px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    line-height: 32px;
    color: #333;
    margin-right: 6px;
    border: 1px solid #cccccc;
    display: inline-block;
}

.paginations .page-numbers.current {
    color: #009AE7;
}

.paginations .page-input {
    width: 12px;
    height: 32px;
    display: inline-block;
    padding: 0 10px;
    border-radius: 0;
    margin-right: 5px;
    border: 1px solid #cccccc;
    vertical-align: top;
}

.paginations .page-go {
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    padding: 0 10px;
    background-color: #009ae7;
    color: #ffffff;
    display: inline-block;
}

.ad-pagination {
    text-align: center;
    margin-bottom: 30px;
}

.ad-pagination img {
    display: inline-block;
}

.layer_map_info {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    background: #fff;
    width: 440px;
    border: 1px solid #576b7c;
    z-index: 50;
    text-align: left;
}

.layer_map_info > h2 {
    padding: 15px 0 10px 20px;
    font-size: 1.125rem;
    color: #fff;
    background: #576b7c;
}

.layer_map_cont {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    padding: 25px 20px 15px;
    max-height: 405px;
}

.close_layer {
    position: absolute;
    padding: 0;
    margin: 0;
    color: #ea168e;
    border: none;
    width: 21px;
    height: 21px;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
}

.close_layer span {
    position: absolute;
    overflow: hidden;
    width: 1px !important;
    height: 1px !important;
    padding: 0;
    border: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

.layer_map_cont div:first-child hr {
    display: none;
}

.tbl_layer01 {
    width: 100%;
}

.tbl_layer01 caption {
    position: absolute;
    overflow: hidden;
    width: 1px !important;
    height: 1px !important;
    padding: 0;
    border: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    font-size: 0;
    line-height: 0;
    top: -999em;
}

.tbl_layer01 th {
    padding: 7px 0 8px 17px;
    font-size: 0.812rem;
    color: #6e6e6e;
    text-align: left;
    background: url("../images/icon_map_info.png") no-repeat 10px center;
}

.tbl_layer01 td {
    font-size: 0.75rem;
    color: #767676;
}

.tbl_layer01 td a {
    color: #767676;
}

.mask_layer {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/bg_layer_mask.png") repeat left top;
    z-index: 40;
}

.ine_seperate_tbl {
    display: none;
    margin: 15px 0 18px;
    background: #e6e6e6;
    border: none;
    *border-top: 1px #e6e6e6;
}

.txt_layer_info {
    padding: 0 0 10px;
    text-align: center;
    font-size: 1rem;
    color: #767676;
}

.layer_map_info .btn_contact {
    margin: 0;
    padding: 25px 0 10px;
    width: auto;
    text-align: center;
}

.layer_map_info .btn_contact button {
    width: 132px;
}

.map_cate_box .nomore {
    color: #767676;
    line-height: 1.2rem;
}